func path/filepath.splitList

2 uses

	path/filepath (current package)
		path.go#L111: 	return splitList(path)
		path_unix.go#L21: func splitList(path string) []string {